home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00162.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  283 b   |  17 lines

  1. on mouseUp
  2.   global bioInfo
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   leaveFrontPage()
  7.   if count(bioInfo) = 0 then
  8.     cursor(0)
  9.     alert("Please update Biographical Data for the new cycle.")
  10.     cursor(4)
  11.     go("bioData")
  12.     cursor(0)
  13.   else
  14.     chartAnEntry()
  15.   end if
  16. end
  17.